Welcome![Sign In][Sign Up]
Location:
Search - ftp source code

Search list

[Ftp ClientFTP

Description: 用vb 实现的ftp 客户端 源程序 代码很详细 仅供参考-Vb achieved using ftp client source code in great detail for reference only
Platform: | Size: 22528 | Author: liu | Hits:

[Windows Developftpsourcecode

Description: ftp 源码,包括服务端和客户端,在window上实现-ftp source code, including server and client, in the window on the implementation
Platform: | Size: 122880 | Author: liujun | Hits:

[Ftp Clientftp

Description: 一个简单的ftp实例,包括了服务器端和客户端,有详细的源码和说明,对入门者会有帮助-Ftp a simple example, including a server-side and client, has a detailed source code and instructions will be helpful for beginners
Platform: | Size: 2504704 | Author: nemo | Hits:

[Ftp ServerFTP

Description: 一个基于大学为FTP服务器及客户端的FTP下载源程序-University-based FTP server and FTP client source code download
Platform: | Size: 13312 | Author: zhanshan | Hits:

[Ftp ClientFTP

Description: FTP客户端源代码!我相信一定会对你有帮助.-FTP client source code! I am sure that will help you.
Platform: | Size: 16384 | Author: JCrazyUltimate | Hits:

[Internet-NetworkFTP

Description: ftp-client和ftp-server,vc源码,实现上传下载-ftp-client and ftp-server, vc source code to achieve Upload Download
Platform: | Size: 236544 | Author: 林周 | Hits:

[Internet-NetworkFTP

Description: CSharp编写的FTP客户端程序,使用socket编程-FTP client source code using CSharp
Platform: | Size: 331776 | Author: xlj | Hits:

[Internet-Networkftp

Description: FTP源代码 包括客户端与服务器端 用Java开发的 一定好用-Source code, including FTP client and server-side Java development with a certain ease of use
Platform: | Size: 3987456 | Author: 易洋 | Hits:

[Ftp ClientFTP

Description: 用VC实现的FTP上传下载软件源码,测试通过,没有问题,希望有一定的参考价值-VC achieved with FTP uploading and downloading of software source code, test is passed, there is no problem, I hope there is some reference value
Platform: | Size: 9462784 | Author: sun | Hits:

[Internet-Networkftp1

Description: java编写的基于ftp的客户端与服务器源码,内附文档解释,是java socket入门级的很好资料。-java-based preparation of the ftp client and server source code, containing the document explained that the java socket is a good entry-level information.
Platform: | Size: 83968 | Author: luoyefei | Hits:

[Ftp ClientFTP

Description: 自己做一个FTP的源代码。希望对大家用所帮助(参考)-Myself an FTP source code. We want to use the Help (Reference)
Platform: | Size: 2048 | Author: | Hits:

[Ftp Clientftpupsource

Description: ftp 上传工具,实现了ftp客户端的部分功能,可以做二次开发-ftp source code of client
Platform: | Size: 3688448 | Author: 111111 | Hits:

[ISAPI-IEvc-ftp

Description: 用VC写的支持FTP协议下载的源代码。支持多线程FTP下载。感兴趣的朋友可以下载看看。-Written with the VC support FTP protocol to download the source code. Support multi-threaded FTP download. Interested friends can download to see.
Platform: | Size: 101376 | Author: wintone | Hits:

[Linux-Unixftp

Description: QT4网络编程,有界面的ftp客户端源代码,可以登录,浏览,下载,并修改了部分bug-QT4 network programming, there are interface ftp client source code, you can log on, browse, download, and modify some of the bug
Platform: | Size: 1305600 | Author: huanglei | Hits:

[Windows Developvbftp09

Description: VB FTP源码,支持大部分协议,支持上传,下载,被动模式,主动模式,端口代理-VB FTP source code to support most of the protocol
Platform: | Size: 57344 | Author: yanjun | Hits:

[TCP/IP stackTCPIP_DOS_DEV

Description: 压缩包内包括:一个dos下的FTP程序源码,DOS下的网络工具,以及WATTCP库-Compressed package includes: a dos program under the FTP source code, DOS under the web-based tools, as well as WATTCP Library
Platform: | Size: 8798208 | Author: | Hits:

[Internet-Networkftp

Description: 一个很好用的ftp下载程序,MFC, 附带源码,适合初学者学习-A good use of ftp download, MFC, with source code, suitable for beginners to learn
Platform: | Size: 2649088 | Author: yangsong | Hits:

[Internet-Networkftp

Description: 在Linux下c语言实现的基于TCP/IP的ftp文件传输程序,包含完整的源代码,分为客户端程序和服务器端程序-C language under the Linux-based TCP/IP, ftp file transfer program, including complete source code, divided into client and server-side program
Platform: | Size: 6144 | Author: yanyiliu | Hits:

[OtherSimple-genetic-algorithm-source-code

Description: 这是一个非常简单的遗传算法源代码,是由Denis Cormier (North Carolina State University)开发的,Sita S.Raghavan (University of North Carolina at Charlotte)修正。代码保证尽可能少,实际上也不必查错。对一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。注意代码 的设计是求最大值,其中的目标函数只能取正值;且函数值和个体的适应值之间没有区别。该系统使用比率选择、精华模型、单点杂交和均匀变异。如果用 Gaussian变异替换均匀变异,可能得到更好的效果。代码没有任何图形,甚至也没有屏幕输出,主要是保证在平台之间的高可移植性。读者可以从ftp.uncc.edu, 目录 coe/evol中的文件prog.c中获得。要求输入的文件应该命名为‘gadata.txt’;系统产生的输出文件为‘galog.txt’。输入的 文件由几行组成:数目对应于变量数。且每一行提供次序——对应于变量的上下界。如第一行为第一个变量提供上下界,第二行为第二个变量提供上下界,等等。 -It is a very simple genetic algorithm source code, is Denis Cormier (North Carolina State University) developed, Sita S. Raghavan (University of North Carolina at Charlotte) amendment. Code to ensure as little as possible, in fact, do not have to troubleshooting. The application of a specific amendment to this code, the user simply changes the definition of constants and the definition of "evaluation function" can be. Note that the code is designed to seek maximum value, in which the objective function can only take positive and the function value and the individual is no difference between the fitness value. The system uses the rate selection, the essence of model, single-point crossover and uniform mutation. If you replace the uniform mutation with Gaussian mutation, may be more effective. Code without any graphic or even no screen output, mainly to ensure a high portability between platforms. Readers can ftp.uncc.edu, directory coe/evol file prog.c obtained. Required input file sho
Platform: | Size: 8192 | Author: 李礼 | Hits:

[Linux-Unixftp-1.tar

Description: 一个linux下c语言实现ftp上传图片的代码-a source code of ftp up to service
Platform: | Size: 13312 | Author: hushibang | Hits:
« 1 2 3 45 6 7 8 9 10 ... 43 »

CodeBus www.codebus.net